home *** CD-ROM | disk | FTP | other *** search
/ The Book of Tells / The Book of Tells.iso / carolaw.dir / 00004_Script_4 < prev    next >
Text File  |  1994-09-21  |  427b  |  17 lines

  1. on exitFrame
  2.   global lastActive
  3.   
  4.   puppetsprite 7,TRUE
  5.   set the castnum of sprite 7 to the number of cast "law1"
  6.   
  7.   set lastActive=10
  8.   puppetSprite lastActive, TRUE
  9.   
  10.   set activeSprite = the clickOn
  11.   puppetSprite lastActive, TRUE
  12.   set the ink of sprite lastActive to 37
  13.   set the forecolor of sprite lastActive to 240
  14.   set the text of cast "Definition" = the text of cast "Law1"
  15.   updateStage
  16.   
  17. end